 set terminal aqua font "Courier,9"
 set noborder
 set nokey
 set notics
 plot "/usr/local/KODS/PLOTBMP.BMP" binary                   array=(320,240) skip=54 format="%uint8" using 3:2:1               with rgbimage
 pause -1
